home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ControlType": "Text (100)",
- "Description": "Text (100)",
- "PropertyName": "Text (100)",
- "PropertyValue": "Text (255)",
- "ControlLicense": "Text (255)",
- "ControlWidth": "Text (50)",
- "ControlHeight": "Text (50)"
- },
- "data": [
- {
- "ControlType": "VB.TextBox",
- "Description": "Visual Basic Textbox",
- "PropertyName": "Text",
- "PropertyValue": "Hello textbox"
- },
- {
- "ControlType": "VB.CommandButton",
- "Description": "Visual Basic Button",
- "PropertyName": "Caption",
- "PropertyValue": "Hello button"
- },
- {
- "ControlType": "VB.CheckBox",
- "Description": "Visual Basic Checkbox (checked)",
- "PropertyName": "Value",
- "PropertyValue": "2"
- },
- {
- "ControlType": "VB.CheckBox",
- "Description": "Visual Basic Checkbox",
- "PropertyName": "Caption",
- "PropertyValue": "Hello checkbox"
- },
- {
- "ControlType": "RichText.RichTextCtrl",
- "Description": "Rich Text Box",
- "PropertyName": "TextRTF",
- "PropertyValue": "Hello rich text",
- "ControlLicense": " qhj ZtuQha;jdfn[iaetr ",
- "ControlWidth": "200",
- "ControlHeight": "100"
- }
- ]
- }